feat: InfoWindow 오버레이 추가 (Android 스타일 지원, iOS 기본 텍스트)#164
Open
ko-devHong wants to merge 8 commits intomym0404:mainfrom
Open
feat: InfoWindow 오버레이 추가 (Android 스타일 지원, iOS 기본 텍스트)#164ko-devHong wants to merge 8 commits intomym0404:mainfrom
ko-devHong wants to merge 8 commits intomym0404:mainfrom
Conversation
Owner
|
가이드 를 살펴봤을 때, 그리고 기본적으로 위 문제가 해결된 다음엔 conflict를 해결하고 docs를 추가하고(한 언어만 추가 해두셔도 됩니다.) CI를 통과하게 해주실수 있을까요? |
Author
|
@mym0404 가이드 문서처럼 특정좌표만으로 통해 원하는 위치에 놓을 수도 있고, 마커와 대응되도록 할 수도 있는데 1:N 이라는 의미 어떤 걸까요? |
0d4a533 to
9856c4c
Compare
Author
|
@mym0404 ci 통과랑 docs 까지 추가했습니다 :) |
… but ios not finish
…mproved marker integration
…cal padding properties
daa9399 to
12f5507
Compare
Author
|
@mym0404 현재 최신 main에 맞춰서 재병합했습니다. 한번 확인 부탁드려요 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
What does this change?
✨ 추가된 기능
identifier) 기반으로 InfoWindow 표시isOpen) 및 속성 변경 시 동적 업데이트🧩 동작/제약 요약
작업하게된 이유
이슈 사항
에러 메시지 분석:
Usage
Platform Notes
text,textSize,textColor,fontWeight,backgroundColor,borderRadius,borderWidth,borderColor,padding,identifier,isOpenInfoWindow.ViewAdapter+GradientDrawable로 스타일 구성text,identifier,isOpentextSize,textColor,fontWeight,border*,padding미지원 (네이티브 SDK 제약)Test Plan
pnpm i && pnpm codegenpnpm dev(필요 시) →pnpm android/pnpm iosidentifier연결 시 InfoWindow가 올바른 위치/마커에 표시되는지 확인Docs
NaverMapInfoWindow소개, 플랫폼별 지원 매트릭스, 사용 예시Additional Notes
Fixes #<issue_number_goes_here> 🎯